home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / The GIMP 2.2.8 / gimp-2.2.8-i586-setup.exe / {app} / share / gimp / 2.0 / menus / selection-editor-menu.xml < prev    next >
Encoding:
Extensible Markup Language  |  2005-06-30  |  792 b   |  25 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE ui SYSTEM "gtkuimanager.dtd">
  3.  
  4. <ui>
  5.   <popup action="selection-editor-popup">
  6.     <menuitem action="select-all" />
  7.     <menuitem action="select-none" />
  8.     <menuitem action="select-invert" />
  9.     <menuitem action="vectors-selection-from-vectors" />
  10.     <menuitem action="select-float" />
  11.     <separator />
  12.     <placeholder name="Outline">
  13.       <menuitem action="select-feather" />
  14.       <menuitem action="select-sharpen" />
  15.       <menuitem action="select-shrink" />
  16.       <menuitem action="select-grow" />
  17.       <menuitem action="select-border" />
  18.     </placeholder>
  19.     <separator />
  20.     <menuitem action="select-save" />
  21.     <menuitem action="vectors-selection-to-vectors-short" />
  22.     <menuitem action="select-stroke" />
  23.   </popup>
  24. </ui>
  25.